home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global autoflg
- set the ink of sprite 17 to 4
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- set the ink of sprite 17 to 0
- updateStage()
- set autoflg to 0
- set the timeoutScript to EMPTY
- if the colorDepth <= 8 then
- go("S08")
- else
- go("S16")
- end if
- end
-